tools/xenstore: minor fix of the migration stream doc
authorJuergen Gross <jgross@suse.com>
Thu, 8 Sep 2022 07:25:58 +0000 (09:25 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 8 Sep 2022 07:25:58 +0000 (09:25 +0200)
Drop mentioning the non-existent read-only socket in the migration
stream description document.

The related record field was removed in commit 8868a0e3f674 ("docs:
update the xenstore migration stream documentation).

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
docs/designs/xenstore-migration.md

index b94af7fd7c45b6eb27e78ca261849a5f85302480..efa526f420a03bdc76f0786c730c7ab303e52770 100644 (file)
@@ -129,11 +129,9 @@ xenstored state that needs to be restored.
 | `evtchn-fd`    | The file descriptor used to communicate with |
 |                | the event channel driver                     |
 
-xenstored will resume in the original process context. Hence `rw-socket-fd` and
-`ro-socket-fd` simply specify the file descriptors of the sockets. Sockets
-are not always used, however, and so -1 will be used to denote an unused
-socket.
-
+xenstored will resume in the original process context. Hence `rw-socket-fd`
+simply specifies the file descriptor of the socket. Sockets are not always
+used, however, and so -1 will be used to denote an unused socket.
 
 \pagebreak